home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 6
/
Sonderheft_6-96.iso
/
pd
/
libraries
/
fastmath
/
install libs
< prev
next >
Wrap
Text File
|
1996-11-03
|
655b
|
35 lines
echo " Fast Math Libraries v40.x"
echo " (c) 1993/94 by Martin Berndt*N"
echo " =========================================*N*N"
cpu >NIL: check 68020
if warn
echo "Sorry, you cannot use these libraries."
else
cpu >NIL: check 68040
if not warn
echo "Installing 68040 version..."
copy 68040/#? libs: all quiet noreq
echo "*NDone."
else
cpu >NIL: check 68881
if warn
echo "Sorry, you cannot use these libraries."
else
echo "Installing 68881/882 version..."
copy 68882/#? libs: all quiet noreq
echo "*NDone."
endif
endif
endif